home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / c / m2show.def < prev    next >
Encoding:
Modula Definition  |  1988-08-16  |  459 b   |  13 lines

  1. DEFINITION MODULE KermShow;
  2. (************************************************************************)
  3. (*  Show local parameters                                               *)
  4. (*  written:            08.10.85     Matthias Aebi                      *)
  5. (*  last modification:  09.10.85     Matthias Aebi                      *)
  6. (************************************************************************)
  7.  
  8. EXPORT QUALIFIED Show;
  9.  
  10. PROCEDURE Show;
  11.  
  12. END KermShow.
  13.